home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / mme010.zip / RQ_GEN.BAT < prev    next >
DOS Batch File  |  1990-12-09  |  2KB  |  74 lines

  1. echo off
  2.  
  3. if not exist rconfig.dat echo rconfig.dat is **NOT** in current directory
  4. if not exist rq_help.txt echo rq_help.txt is **NOT** in current directory
  5.  
  6. if exist rq.exe goto nocopy
  7. if exist %1\q.exe goto okstart
  8.  
  9. echo .
  10. echo Please specify the directory containing q.exe, eg
  11. echo .
  12. echo        rq_gen c:\bin
  13. echo .
  14.                          
  15. goto rq_end
  16.  
  17. :okstart
  18.  
  19. copy %1\q.exe rq.exe
  20.  
  21. :nocopy
  22.  
  23. echo .
  24. echo You must have the MME files in the current directory and
  25. echo QCONFIG.EXE somewhere in your DOS path.
  26. echo .
  27. echo Press ^C to abandon, or
  28. pause
  29.  
  30. stackey /*500/
  31.  
  32. echo .
  33. echo Loading keystroke buffer, please wait ...
  34.  
  35. stackey W150  "rq.exe" CR
  36. stackey W25 "rq.exe" CR
  37.  
  38. stackey W50 "A" W20 "y" W20 "y" W20 "y" W20 "n" W20 "y" W40 "25" CR W10 "y"
  39. stackey W10 "n" W20 "0" CR W20 "0" CR W10 "n" W10 "n"
  40.  
  41. stackey W50 "c" W20 "t" CR W10 " " CR W10 "n" W10 "y" W10 "n" W20 "20" CR
  42. stackey W40 "120" CR W10 "12" CR W10 "3" CR W10 "120" CR W10 "10" CR W10 "15" CR
  43. stackey W10 "112" CR W10 "1" CR W10 "46" CR W10 "5" CR W10 "47" CR
  44. stackey W10 "19" CR W10 "110" CR
  45.  
  46. stackey W50 "g" W10 "y" W10 "n" W10 "y" W20 "72" CR W10 "y" W10 "y" W10 "n"
  47. stackey W10 "y" W10 "n" W10 "n" W10 "n" W20 "30" CR W10 "y" W10 "y" W10 "n"
  48. stackey W10 "n" W10 "n" W10 "n" W10 "y" W10 "y" W20 "i" CR W20 "i" CR
  49. stackey W20 ".pas" CR W20 ".inc" CR W20 ".asm" CR W20 ".c" CR W20 ".h" CR
  50. stackey W20 ".doc" CR
  51.  
  52. stackey W50 "K" W20 "rconfig.dat" CR
  53.  
  54. stackey W150 "H" W20 "rq_help.txt" CR
  55.  
  56. stackey W150 "S"
  57.  
  58. echo .
  59. echo Starting configuration, do NOT enter any keystrokes unless display
  60. echo pauses for at least 20 seconds.
  61. echo .
  62.  
  63. qconfig.exe
  64.  
  65. echo .
  66. echo If a file RQ.EXE has been created with the current date and time, all
  67. echo should be OK.  If you had to enter any keystrokes yourself, RQ.EXE
  68. echo should be discarded and there is a problem which you should investigate.
  69. echo .
  70.  
  71. :rq_end
  72.  
  73.  
  74.